home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / page10 / 00016.ls < prev    next >
Encoding:
Text File  |  1995-03-29  |  124 b   |  10 lines

  1. on mouseDown
  2.   global latch
  3.   if latch = 0 then
  4.     go("Close")
  5.   end if
  6.   if latch = 1 then
  7.     go("restart")
  8.   end if
  9. end
  10.